NIELIT O Level Online Test 2025 | O Level Online Test
We are excited to present the O Level Online Test for January 2025, which is designed to help you significantly improve your preparation for the O Level exam......
Read More
We are excited to present the O Level Online Test for January 2025, which is designed to help you significantly improve your preparation for the O Level exam......
Read More
The notification for the Final BTech exams has been officially released. Students are advised to carefully review the exam schedule, important guidelines, and instructions provided in the notification......
Read More
In today's competitive job market, a strong foundation in software testing is essential for ensuring the quality and reliability of applications. As companies strive to deliver seamless user.....
Read More
In this post we are going to see a very popular question in interview, Convert roman number to integer. we are going to write a program for that.....
Read More
Python Project FLAMES Love Calculator in python Source Code: boyname=input("Enter your name").upper() girlname=input("Enter your partner name").upper() for x in boyname: if x in girlname: .....
Read More
In this article we are going to share Practical Questions with solution for O Level Exam and this is orginal o level practical question paper 2023. so let's.....
Read More
Question: Write a Python program to print the numbers from a given number n to till 0 using recursion. Solution: def newideas(n): if (n>=0): print(n, end=”.....
Read More
Question: Write a Python program to implement matrix multiplication using numpy array. Solution: X = [[8,5,1],[9,3,2],[4 ,6,3]] Y = [[8,5,3],[9,5,7],[9,4,1]] result = [[0,0,0],[0,0,0],[0,0,0]] for i in range(len(X)): for j in.....
Read More
Question: Write a Python program to implement a calculator to do basic operations Like(+, -, *, /). Solution: n1=int(input("Enter first numbers")) n2=int(input("Enter second numbers")) op=input("Enter the operation +,-,*,/ : ") if op=='+': .....
Read More
How to Create MEnu using CSS For Begginers Output: CSS Menu Design Code | Web Designing and Publishing <!DOCTYPE html> <html> <head> <title>CSS Menu Design - O Level</title> <style type="text/css"> div{ height: 50px; width:100%; background-color: navy; } div ul{ list-style-type: none; } div ul.....
Read More
In this post we are going to write a short note on Tree Data Structure with all concept. As we know there are two type of Data structure.....
Read More
1. What is ChatGPT? A) Virus B) Input Device C) Computer Program D) None Correct Answer: Computer Program Explanation: ChatGPT is a Computer Program based on Artificial Intelligence(AI). 2. ChatGPT Initialy Released in year A) 2010 B).....
Read More
In this post we are gonna to share old question paper for INDUSTRIAL MANAGEMENT AND ENTREPRENEURSHIP DEVELOPMENT and Previous yeear paper IMED. So Let's Discuss.. INDUSTRIAL MANAGEMENT AND ENTREPRENEURSHIP.....
Read More
In this post, we are going to share class 10 computer application question with answer. so lets start.... Half Yearly ExaminationsClass - 10Subject - Computer 1.1 Multiple choice questions. (1*10=10) 1......
Read More
if you are prepairing for NIELIT CCC examination and you are searching for important CCC questions for your exam, don't worry i am bring 30 CCC most important.....
Read More